home *** CD-ROM | disk | FTP | other *** search
/ Nippon Obsessions 2 / Nippon Obsessions - Volume 2.iso / mac / video / som0.dir / 00040_Script_40 < prev    next >
Text File  |  1993-01-01  |  227b  |  13 lines

  1. on mouseUp
  2.   sound close 2
  3.   updatestage
  4.   woky
  5.    if the machinetype=256 then
  6.     unload
  7.     go to movie the pathname&"video/som1.dir"
  8.   else
  9.     unload
  10.     go to movie the pathname&"video:som1.dir"
  11.   end if
  12.   
  13. end